vcLinearMotionStatement

A statement that can be used to program PTP motion to a vcMotionController.

See in: Overview

Module: vcRobotics2

Parent: vcMotionStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
BasevcKinematicFrameRWGets or sets the selected base for the statement. Can be None (= robot world frame).
BlendingTypevcMotionBlendingTypeRWGets or sets the type of blending to apply between this statement and the next statement, if there is one. Also see BlendingValue.
BlendingValuevcRealExpressionPropertyRGets the value used for blending. Unit depends on the value of BlendingType.
ExternalDriverExpressionslist[tuple[Integer, String]]RWGets or sets the driver values as index-value pairs where the value is an expression string.
ExternalDriverValueslist[tuple[Integer, Real]]RGets the driver values as index-value pairs where the value is an evaluated expression result as a float.
If the expression evaluation fails the float value will be math.nan for that index.
ExternalTcpBooleanRWGets or sets whether external TCP mode will be used or not.
ReferencedTargetvcFrameTargetRWGets or sets the position target referenced by this statement.
TargetContainervcSinglePositionTargetContainerRGets the associated position target container.
ToolvcKinematicFrameRWGets or sets the selected tool for the statement. Can be null (= flange frame).